Node-RED block in Snap4City Microservice library node-red-contrib-snap4city-clearml is "clearml-serving-enqueue">

It allows to enqueue a task for execution

Inputs

A JSON with these parameters:
task_id string
The hash of the id of the task you want to clone and enqueue
queue_name string
The name of the queue if not the default one
input json
Input parameters for the task

Outputs

Returns a JSON {
"status":"ok|ko",
"response": response from the task.enqueue function
}

Details

The node can receive a JSON with the parameters described in the Inputs section and with them generate the output JSON. If the values are not present in the input JSON, these are read by those in the configuration. If they are not present in either part, an error is generated for the necessary parameters.